NevronOpenVision
Nevron.Nov.Chart Namespace / NDataPointCollection<TDataPoint> Class / SetDataSeries Method / SetDataSeries(NDbDataReader,NKeyValuePair<String,String>[],ENDataPointsUpdateMode) Method
table from which to import data
set of column to data series name mappings
specifies the way in which the collection is updated to accomodate the new values
In This Topic
    SetDataSeries(NDbDataReader,NKeyValuePair<String,String>[],ENDataPointsUpdateMode) Method
    In This Topic
    Imports data from the specified dataReader. The column2DataSeries specifies the mapping between the dataReader column (field) names and the data series in which these columns (fields) must be imported.
    Syntax

    Parameters

    sourceDataReader
    table from which to import data
    column2DataSeries
    set of column to data series name mappings
    updateMode
    specifies the way in which the collection is updated to accomodate the new values
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also